home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Exptintf.pas' rev: 3.00
-
- #ifndef ExptintfHPP
- #define ExptintfHPP
- #include <ToolIntf.hpp>
- #include <VirtIntf.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Exptintf
- {
- //-- type declarations -------------------------------------------------------
- enum TExpertStyle { esStandard, esForm, esProject, esAddIn };
-
- enum Exptintf__1 { esEnabled, esChecked };
-
- typedef Set<Exptintf__1, esEnabled, esChecked> TExpertState;
-
- class DELPHICLASS TIExpert;
- class PASCALIMPLEMENTATION TIExpert : public Virtintf::TInterface
- {
- typedef Virtintf::TInterface inherited;
-
- public:
- virtual System::AnsiString __stdcall GetName(void) = 0;
- virtual System::AnsiString __stdcall GetAuthor(void) = 0;
- virtual System::AnsiString __stdcall GetComment(void) = 0;
- virtual System::AnsiString __stdcall GetPage(void) = 0;
- virtual HICON __stdcall GetGlyph(void) = 0;
- virtual TExpertStyle __stdcall GetStyle(void) = 0;
- virtual TExpertState __stdcall GetState(void) = 0;
- virtual System::AnsiString __stdcall GetIDString(void) = 0;
- virtual System::AnsiString __stdcall GetMenuText(void) = 0;
- virtual void __stdcall Execute(void) = 0;
- public:
- /* TInterface.Create */ __fastcall TIExpert(void) : Virtintf::TInterface() { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TIExpert(void) { }
-
- };
-
- typedef bool __fastcall (*TExpertRegisterProc)(TIExpert* Expert);
-
- typedef void __fastcall (*TExpertTerminateProc)(void);
-
- typedef bool __stdcall (*TExpertInitProc)(Toolintf::TIToolServices* ToolServices, TExpertRegisterProc
- RegisterProc, TExpertTerminateProc &Terminate);
-
- //-- var, const, procedure ---------------------------------------------------
- #define isExperts "Experts"
- #define ExpertEntryPoint "INITEXPERT0017"
- #define ValidExpertVersion (Byte)(3)
- extern PACKAGE TExpertRegisterProc LibraryExpertProc;
- extern PACKAGE Toolintf::TIToolServices* ToolServices;
- extern PACKAGE void __fastcall RegisterLibraryExpert(TIExpert* Expert);
-
- } /* namespace Exptintf */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Exptintf;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Exptintf
-